From: Felix Fietkau Date: Tue, 5 Aug 2008 23:39:05 +0000 (+0000) Subject: fix peerguardian on avr32 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=3d6bc39e53849f11216154cb5f8b07b1960d8a8f;p=openwrt%2Fsvn-archive%2Fpackages.git fix peerguardian on avr32 SVN-Revision: 12188 --- diff --git a/net/peerguardian/Makefile b/net/peerguardian/Makefile index eba0b12bd..95b96056b 100644 --- a/net/peerguardian/Makefile +++ b/net/peerguardian/Makefile @@ -42,7 +42,7 @@ endef CONFIGURE_VARS+= \ CXXFLAGS="$$$$CXXFLAGS $$$$CPPFLAGS -fno-builtin -fno-rtti" \ - LIBS="-nodefaultlibs -luClibc++ -Wl,-Bstatic,-lstdc++,-Bdynamic -lm" \ + LIBS="-nodefaultlibs -luClibc++ -Wl,-Bstatic,-lstdc++,-Bdynamic -lm -lgcc" \ define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \